UserMessageDisplayData

data class UserMessageDisplayData(val message: String? = null) : MessageDisplayData

This data class contains the information of the message that is displayed.

Since

3.5.7

Constructors

Link copied to clipboard
fun UserMessageDisplayData(message: String? = null)

Properties

Link copied to clipboard
val message: String? = null

The message text to be sent or rendered.